Dynomotion

Group: DynoMotion Message: 11282 From: milligramsmilefata Date: 3/31/2015
Subject: In Need KFlop Axis Configuration Help


My set up consists of KFlop attached to the KStep controller through JP7 and a seperate axis controller attached to KFlop thourgh JP5 pins 5&6 (IO40 & IO41). I have been able to activate the KStep driver through JP7 on bit 45 and control two axis (steppers) from the KMotionCNC program, however, I cannot contol the axis through JP5 with KmotionCNC. I have been able to set the JP5 axis up through KMotion and run it with the step response and tune it, but when I export the C program and compile I have no control of it thought KMotionCNC.

 

Does anyone have any insight?

Group: DynoMotion Message: 11283 From: Tom Kerekes Date: 4/5/2015
Subject: Re: In Need KFlop Axis Configuration Help
Hi,

Sorry somehow missed this post.  Were you able to resolve it?

Which KFLOP Axis Channels are you using?

Have you added them all to the Coordinate Motion System with a call to define your 3 axes such as:

DefineCoordSystem(0,1,2,-1);
Regards
TK


Group: DynoMotion Message: 11288 From: milligramsmilefata Date: 4/6/2015
Subject: Re: In Need KFlop Axis Configuration Help

Tom,

 

Thank you for the response.

I did manage to figure out what the issues was. It was an axis difinition mistake.

After sitting down and studding it I figured out how to define each channel as an axis and then define the coordinate system.

 

Regaurds,

 

LS